CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 路径规划 MATLAB

搜索资源列表

  1. Matlab

    0下载:
  2. 针对经典Dijkstra算法时间复杂度问题,提出双向Dijkstra搜索算法解决智能交通路径规划问题,并通过仿真实验验证了算法的可行性和有效性(英文版资料)-Typical shortest path is Dijkstra algorithm, its time complexity is O (n 2 ). A map of the city’s road network has many nodes, if we use the Dijkstra algorithm, the time
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:262793
    • 提供者:王辉
  1. Matlab

    0下载:
  2. 为了提高四足机器人在复杂环境下的适应性,重点研究了采用飞行时间(TOF)原理相机的四足机器人环境感知策略并改进了地形识别及路径规划算法.首先采用高斯过程回归(GPR)模型对TOF相机的距离数据进行误差校正,解决了采用传统多项式或三角函数模型进行误差修正时模型阶次过高及函数组合复杂的问题.基于得到的环境深度信息,采用数字高程模型(DEM)进行地形描述,并通过计算各栅格的坡度、粗糙度、起伏度对地形进行识别.粗糙度由该栅格所处的坡度平面与其8邻域高程点的离散程度进行计算,避免了采用高程方差计算时对粗糙
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1266358
    • 提供者:王辉
  1. matlab-VRP

    3下载:
  2. 物流路径规划,节约里程法的matlab实现-Logistics path planning, the MATLAB realization of the economical mileage method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1336
    • 提供者:Remon
  1. matlab-QLEARNING

    0下载:
  2. 模拟机器人路径规划,采用强化学习中的Q学习算法来实现,最后会返回机器人选择路径的坐标位置-code for path searching
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4577
    • 提供者:levin
  1. MATLAB

    2下载:
  2. 时序差分学习是强化学习的一种重要算法,该代码提供了时序差分学习做路径规划的一个仿真。-Temporal difference learning is an important algorithm for reinforcement learning, which provides a simulation of sequential differential learning for path planning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:4377
    • 提供者:赵欢
  1. bizhangrobot

    0下载:
  2. 基于人工势场法的机器人路径规划Matlab程序-Obstacle Avoidance Algorithm of Robot Based on Artificial Potential Field
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:27399
    • 提供者:
  1. potential_india

    1下载:
  2. 人工势场法 路径规划 matlab 国外的人写的- R. Kala (2014) Code for Robot Path Planning using Artificial Potential Fields
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:199223
    • 提供者:刘大
  1. path_planning_based_on_ant

    0下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码- U57FA u4E8E u8681 u7FA4 u7B97 u6CD5 u7684 u673A u5668 u4EBA u8DEF u5F84 u89C4 u5212MATLAB u6E90 u7801
  3. 所属分类:assembly language

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:-DYlan-12306
  1. 基于Hopfield神经网络的旅行商优化计算

    1下载:
  2. 实现最短路径选择问题 运用MATLAB神经网络算法(Achieve the shortest path choice)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:perfectyeye
  1. A star

    2下载:
  2. 使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:180224
    • 提供者:shaoyy
  1. Dijkstra-master

    0下载:
  2. Dijkstra算法,解决机器人的路径规划问题,使用的程序语言为matlab语言。(This is the Dijkstra algorithm. It can solve the robot path planning problem, and the result is good. The programming language used is the MATLAB language.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:小小朱朱
  1. show11

    0下载:
  2. 基于A*算法的最优路径规划的matlab仿真(Matlab simulation of optimal path planning based on A* algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:lengtoo
  1. ant. MATLAB

    1下载:
  2. 蚁群算法在机器人路经规划中MATLAB栅格地图求得最短路径(Robot path planning MATLAB ant colony algorithm to find the shortest path in the grid map)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:万古
  1. 数学建模

    0下载:
  2. 利用蚁群算法进行最优路径的规划 MATLAB进行开发(Ant colony algorithm for optimal path planning, MATLAB development)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:10169344
    • 提供者:Qtracy
  1. RRT-star-master

    8下载:
  2. RT(快速扩展随机树)是一种基于采样的算法求解路径规划问题。RRT提供可行的解如果时间RRT趋于无穷大。 RRT *是一个基于采样的算法为解决运动规划问题,这是一个概率最优变异性。RRT *收敛到最优解的渐近。 RRT * FN是一个基于采样的算法基于RRT *。RRT * FN内在渐近收敛到最优解,然而RRT * FN实现使用更少的内存(RRT (Rapidly-Exploring Random Tree) is a sampling-based algorithm for solving
  3. 所属分类:matlab例程

    • 发布日期:2017-11-21
    • 文件大小:873472
    • 提供者:qy916707
  1. 蚁群算法

    3下载:
  2. 完整蚁群算法实现三维山地路径规划,无bug(Three dimensional path planning based on ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:23552
    • 提供者:凌晨梦
  1. path_planning-master

    0下载:
  2. 新型扫地机器人的一种路径规划算法A path planning algorithm for sweeping robot(A path planning algorithm for sweeping robot)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:35840
    • 提供者:fuzhiqiang
  1. A0116980B

    0下载:
  2. 基于机器学习->增强型学习的路径规划算法实现,包括Q学习和动态学习。(Implementation of Reinforced Learning Algrithm for grid path planning problem, including Q-learning and Dynamic Learning.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:206848
    • 提供者:tangyz
  1. ADOV_path_discovery

    0下载:
  2. 在matlab中进行路径规划及路由选择,掌握ADOV的算法原理应用(Path planning and routing in MATLAB, grasp the principles of ADOV algorithm applications)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:yuanking
  1. TSP

    0下载:
  2. 解决最优化问题,目标值问题,最优路径规划。(Solving optimization problems, target value problems, optimal path planning.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:9216
    • 提供者:Aaron11
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com